[INFO] cloning repository https://github.com/InfinityDevTech/airgapped-comms
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/InfinityDevTech/airgapped-comms" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInfinityDevTech%2Fairgapped-comms", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInfinityDevTech%2Fairgapped-comms'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8ddd74192037229389417affcca82a5aaae3b3fe
[INFO] fixing InfinityDevTech/airgapped-comms against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInfinityDevTech%2Fairgapped-comms" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/InfinityDevTech/airgapped-comms
[INFO] finished tweaking git repo https://github.com/InfinityDevTech/airgapped-comms
[INFO] tweaked toml for git repo https://github.com/InfinityDevTech/airgapped-comms written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/InfinityDevTech/airgapped-comms on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/InfinityDevTech/airgapped-comms already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a74e6da850697f3d59f05a71797e06bbd9ef1fbb37eb52835d6cbbf9229afbe0
[INFO] running `Command { std: "docker" "start" "a74e6da850697f3d59f05a71797e06bbd9ef1fbb37eb52835d6cbbf9229afbe0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a74e6da850697f3d59f05a71797e06bbd9ef1fbb37eb52835d6cbbf9229afbe0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a74e6da850697f3d59f05a71797e06bbd9ef1fbb37eb52835d6cbbf9229afbe0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a74e6da850697f3d59f05a71797e06bbd9ef1fbb37eb52835d6cbbf9229afbe0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking airgapped-comms v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/main.rs:1:71
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashMap, ffi::CString, fs::File, io::Read, os::windows::fs::MetadataExt, ptr, thread, time::Duration};
[INFO] [stdout]   |                                                                       ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/main.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::{shared::{minwindef::TRUE, ntdef::HANDLE}, um::{errhandlingapi::GetLastError, fileapi::ReadFile, handleapi::CloseHandle, ...
[INFO] [stdout]   |              ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/main.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::{shared::{minwindef::TRUE, ntdef::HANDLE}, um::{errhandlingapi::GetLastError, fileapi::ReadFile, handleapi::CloseHandle, ...
[INFO] [stdout]   |                                                        ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/main.rs:1:71
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashMap, ffi::CString, fs::File, io::Read, os::windows::fs::MetadataExt, ptr, thread, time::Duration};
[INFO] [stdout]   |                                                                       ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/main.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::{shared::{minwindef::TRUE, ntdef::HANDLE}, um::{errhandlingapi::GetLastError, fileapi::ReadFile, handleapi::CloseHandle, ...
[INFO] [stdout]   |              ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/main.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::{shared::{minwindef::TRUE, ntdef::HANDLE}, um::{errhandlingapi::GetLastError, fileapi::ReadFile, handleapi::CloseHandle, ...
[INFO] [stdout]   |                                                        ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/drive.rs:15:38
[INFO] [stdout]    |
[INFO] [stdout] 15 |             let drive_type = winapi::um::fileapi::GetDriveTypeA(root_path.as_ptr());
[INFO] [stdout]    |                                      ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:94:64
[INFO] [stdout]    |
[INFO] [stdout] 94 | ...                   let mut child_stdout_read: winapi::um::winnt::HANDLE = ptr::null_mut();
[INFO] [stdout]    |                                                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:95:65
[INFO] [stdout]    |
[INFO] [stdout] 95 | ...                   let mut child_stdout_write: winapi::um::winnt::HANDLE = ptr::null_mut();
[INFO] [stdout]    |                                                           ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:97:40
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...   if winapi::um::namedpipeapi::CreatePipe(&mut child_stdout_read as *mut HANDLE, &mut child_stdout_write as *mut HANDLE, &mut se...
[INFO] [stdout]    |                  ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/drive.rs:15:38
[INFO] [stdout]    |
[INFO] [stdout] 15 |             let drive_type = winapi::um::fileapi::GetDriveTypeA(root_path.as_ptr());
[INFO] [stdout]    |                                      ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:102:40
[INFO] [stdout]     |
[INFO] [stdout] 102 | ...   if winapi::um::handleapi::SetHandleInformation(child_stdout_read, winapi::um::winbase::HANDLE_FLAG_INHERIT, 0) == 0 {
[INFO] [stdout]     |                  ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:94:64
[INFO] [stdout]    |
[INFO] [stdout] 94 | ...                   let mut child_stdout_read: winapi::um::winnt::HANDLE = ptr::null_mut();
[INFO] [stdout]    |                                                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:102:103
[INFO] [stdout]     |
[INFO] [stdout] 102 | ...   if winapi::um::handleapi::SetHandleInformation(child_stdout_read, winapi::um::winbase::HANDLE_FLAG_INHERIT, 0) == 0 {
[INFO] [stdout]     |                                                                                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:95:65
[INFO] [stdout]    |
[INFO] [stdout] 95 | ...                   let mut child_stdout_write: winapi::um::winnt::HANDLE = ptr::null_mut();
[INFO] [stdout]    |                                                           ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:113:61
[INFO] [stdout]     |
[INFO] [stdout] 113 | ...                   startup_info.dwFlags |= winapi::um::winbase::STARTF_USESTDHANDLES;
[INFO] [stdout]     |                                                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:97:40
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...   if winapi::um::namedpipeapi::CreatePipe(&mut child_stdout_read as *mut HANDLE, &mut child_stdout_write as *mut HANDLE, &mut se...
[INFO] [stdout]    |                  ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:117:51
[INFO] [stdout]     |
[INFO] [stdout] 117 | ...                   let success = winapi::um::processthreadsapi::CreateProcessA(
[INFO] [stdout]     |                                             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:102:40
[INFO] [stdout]     |
[INFO] [stdout] 102 | ...   if winapi::um::handleapi::SetHandleInformation(child_stdout_read, winapi::um::winbase::HANDLE_FLAG_INHERIT, 0) == 0 {
[INFO] [stdout]     |                  ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:135:53
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...                   let error = winapi::um::errhandlingapi::GetLastError();
[INFO] [stdout]     |                                           ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:102:103
[INFO] [stdout]     |
[INFO] [stdout] 102 | ...   if winapi::um::handleapi::SetHandleInformation(child_stdout_read, winapi::um::winbase::HANDLE_FLAG_INHERIT, 0) == 0 {
[INFO] [stdout]     |                                                                                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |         winapi::um::fileapi::GetLogicalDriveStringsW(255, buffer.as_mut_ptr());
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:113:61
[INFO] [stdout]     |
[INFO] [stdout] 113 | ...                   startup_info.dwFlags |= winapi::um::winbase::STARTF_USESTDHANDLES;
[INFO] [stdout]     |                                                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:117:51
[INFO] [stdout]     |
[INFO] [stdout] 117 | ...                   let success = winapi::um::processthreadsapi::CreateProcessA(
[INFO] [stdout]     |                                             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:135:53
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...                   let error = winapi::um::errhandlingapi::GetLastError();
[INFO] [stdout]     |                                           ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |         winapi::um::fileapi::GetLogicalDriveStringsW(255, buffer.as_mut_ptr());
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `file_attributes` found for struct `Metadata` in the current scope
[INFO] [stdout]   --> src/main.rs:62:52
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 if file_handle.metadata().unwrap().file_attributes() & FILE_ATTRIBUTE_HIDDEN == 0 {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `file_type` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 62 -                 if file_handle.metadata().unwrap().file_attributes() & FILE_ATTRIBUTE_HIDDEN == 0 {
[INFO] [stdout] 62 +                 if file_handle.metadata().unwrap().file_type() & FILE_ATTRIBUTE_HIDDEN == 0 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `file_attributes` found for struct `Metadata` in the current scope
[INFO] [stdout]   --> src/main.rs:62:52
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 if file_handle.metadata().unwrap().file_attributes() & FILE_ATTRIBUTE_HIDDEN == 0 {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `file_type` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 62 -                 if file_handle.metadata().unwrap().file_attributes() & FILE_ATTRIBUTE_HIDDEN == 0 {
[INFO] [stdout] 62 +                 if file_handle.metadata().unwrap().file_type() & FILE_ATTRIBUTE_HIDDEN == 0 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `airgapped-comms` (bin "airgapped-comms" test) due to 14 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `airgapped-comms` (bin "airgapped-comms") due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "a74e6da850697f3d59f05a71797e06bbd9ef1fbb37eb52835d6cbbf9229afbe0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a74e6da850697f3d59f05a71797e06bbd9ef1fbb37eb52835d6cbbf9229afbe0", kill_on_drop: false }`
[INFO] [stdout] a74e6da850697f3d59f05a71797e06bbd9ef1fbb37eb52835d6cbbf9229afbe0
